home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
datenbanken
/
db2.4
/
examples
/
arexxdemos
/
numbercheck.db
< prev
next >
Wrap
Text File
|
1995-03-09
|
113b
|
5 lines
/* Rexxprogram for db that warns for numbers above 10 */
options results
GETFIELD
if result > 10 then RETRYINPUT